home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / archcalc.zip / ARCHCALC.INS next >
Text File  |  1990-10-21  |  4KB  |  93 lines

  1. =================================================================
  2. ARCHCALC.LSP    Architectural Calculator   Version 1.0   10/21/90
  3. =================================================================
  4.  
  5.      Written by Robert R. Keefer, AIA     Copyright (c)1990
  6.      Thanks to Scott Durkee for his patient assistance.
  7.  
  8.  
  9.  
  10. LEGALESE
  11.  
  12. This program is distributed as Shareware, which authorizes you to
  13. use it for a trial period of up to 21 days.  If you continue to use
  14. the program after the trial period, please register it with the
  15. author by sending a registration fee of $15.00 to:
  16.  
  17.      Robert R. Keefer
  18.      8517 S. Drexel Avenue
  19.      Oklahoma City, Oklahoma   73159
  20.  
  21. You may copy and distribute the program in its original and
  22. unaltered form, and accompanied by this text file, subject to the
  23. conditions above.
  24.  
  25. Registered users will receive the latest version of the program, a
  26. Help screen file accessible from within the program, and complete
  27. documentation that includes detailed command examples and a table
  28. of operators with their respective functions, AND a handy imitation
  29. vinyl carrying case with belt loop (just kidding - no carrying
  30. case).  You will also be supporting the Shareware concept, future
  31. program developments, and helping to convince my wife that this
  32. whole idea really does work!
  33.  
  34. By using the program, the user assumes complete responsibility for
  35. all results.  The author is not liable for any damages resulting
  36. from the use of this program or the associated documentation.
  37.  
  38.  
  39.  
  40. PROGRAM DESCRIPTION
  41.  
  42. This function simulates a simple "feet-and-inch" calculator that
  43. accepts input in standard AutoCAD Architectural units.  It provides
  44. addition, subtraction, multiplication, division and conversion
  45. operations for both linear foot and square foot "units", including
  46. fractions as small as 1/64".  The only prerequisite is that the
  47. current drawing units be set to "Architectural" (Option 4).
  48.  
  49. The program is designed to use the numerical keypad as much as
  50. possible.  A Help function is available to registered users that
  51. will display a complete table of operations, the options
  52. available for each operation, and helpful tips.
  53.  
  54.  
  55. BACKGROUND
  56.  
  57. I am an architect, not a programmer, and I developed this program
  58. to fill a need for architects and all others who work with standard
  59. construction increments of feet, inches and square feet.  It is
  60. loosely based on the stand-alone "feet-and-inch" calculators
  61. commercially available for $70 to $80.
  62.  
  63. ARCHCALC will not figure compound interest, orbital descent, or
  64. seismic stress on structural members, nor is it intended to.  I
  65. left out some possible options to maintain a reasonable function
  66. size and keep the program fast.  The program has been tested and is
  67. currently in production use on 286 and 386 machines.  I hope some
  68. of you find this program useful, and I welcome any and all comments
  69. and suggestions you might have.
  70.  
  71.  
  72. INSTRUCTIONS
  73.  
  74. Numbers are entered and stacked similar to the Hewlett-Packard
  75. calculator format.  The [Enter] key must be pressed after each
  76. number and operation.  Each operation will be applied to all
  77. numbers in the current stack.  The number resulting from each
  78. operation is also pushed onto the stack.  Results are cumulative
  79. until using the Clear function, which clears the stack completely. 
  80.  
  81.  
  82. COMMAND FORMAT
  83.  
  84. The ARCHCALC command always displays two command prompt lines that
  85. list each available command option.  Just type the capitalized
  86. letter or appropriate characters (+, -, /N. etc.) to choose an
  87. operation.  You must press [Enter] after inputting each operator or
  88. number.  The prompts are:
  89.  
  90.    [Special Operations: ** (LfxLf=Sf) // (Sf/Lf=Lf) /N (f/f=#) D
  91.                            (decimal ft) ]
  92.    Clear/Quit/Help/Linft/Sqft/operation above/+ - * /, or number:
  93.